Returns the character in the given encoding specified by CodePoint. The "code point" of the character is the same as the value that Asc returns.
Syntax |
|---|
|
result = TextEncoding.Chr( CodePoint ) |
Parameters |
|
|---|---|
|
CodePoint |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
In general, it is safest to use this rather then the Chr function unless you are dealing with ASCII codes only (0-127).